home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / snpd9611.zip / ROUND.H < prev    next >
Text File  |  1996-11-24  |  171b  |  12 lines

  1. .I 0 3
  2. /* +++Date last modified: 09-Jul-1996 */
  3.  
  4. /*
  5. .D 1 1
  6. .I 19 1
  7.       return (int)floor(x + 0.5);
  8. .D 20 1
  9. .I 42 1
  10. #define iround(x) floor((x) + 0.5)
  11. .D 43 1
  12.